github.com/andybalholm/brotli.Writer.err (field)
10 uses
github.com/andybalholm/brotli (current package)
encode.go#L77: err error
encode.go#L973: if s.stream_state_ == streamFlushRequested && s.err == nil {
encode.go#L1212: if w.err != nil {
encode.go#L1216: _, w.err = w.dst.Write(data)
encode.go#L1217: if w.err == nil {
writer.go#L66: w.err = nil
writer.go#L73: if w.err != nil {
writer.go#L74: return 0, w.err
writer.go#L88: if len(p) == 0 || w.err != nil {
writer.go#L89: return n, w.err
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |